home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / upc12bs1.zip / UUCICO / checktim.h < prev    next >
Text File  |  1992-11-12  |  508b  |  11 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    c h e c k t i m . h                                             */
  3. /*                                                                    */
  4. /*    Function prototypes for time of day validation routines for     */
  5. /*    UUPC/extended                                                   */
  6. /*--------------------------------------------------------------------*/
  7.  
  8. #define ALL_GRADES 'z'
  9.  
  10. char checktime(const char *xtime);
  11.